projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc0a1b
)
Comment out DTLB MATCH message as it is more frequent and annoying now
author
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 16 Sep 2005 22:51:55 +0000
(16:51 -0600)
committer
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 16 Sep 2005 22:51:55 +0000
(16:51 -0600)
xen/arch/ia64/xen/vcpu.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/vcpu.c
b/xen/arch/ia64/xen/vcpu.c
index bbf59c579e7b4b0b930945b3bf239c4d66b18cb0..c6bd1e5372c138f327b8b5e274430db1a8eb770d 100644
(file)
--- a/
xen/arch/ia64/xen/vcpu.c
+++ b/
xen/arch/ia64/xen/vcpu.c
@@
-1333,8
+1333,8
@@
IA64FAULT vcpu_translate(VCPU *vcpu, UINT64 address, BOOLEAN is_data, UINT64 *pt
dtlb_translate_count++;
if (vcpu->domain==dom0 && !in_tpa) *pteval = trp->page_flags;
else *pteval = vcpu->arch.dtlb_pte;
-
printf("DTLB MATCH... NEW, DOM%s, %s\n", vcpu->domain==dom0?
-
"0":"U", in_tpa?"vcpu_tpa":"ia64_do_page_fault");
+
//
printf("DTLB MATCH... NEW, DOM%s, %s\n", vcpu->domain==dom0?
+
//
"0":"U", in_tpa?"vcpu_tpa":"ia64_do_page_fault");
*itir = trp->itir;
return IA64_NO_FAULT;
}